home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / harvest.cpt / Harvest C / tclAE.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-11  |  1.5 KB  |  25 lines

  1. #define typeCString 'Cstr'                                                
  2. #define kTclClass     'tclc'                                          
  3. #define kAEEval      'eval'                                                  
  4.                                                                           
  5. /*                                                                
  6.     The DoTclScript event is a simple event allowing one application 
  7.     to pass an arbitrary Tcl script to some other application.  The    
  8.     server application receives the script and executes it.  This  
  9.     event was designed specifically to allow powerful interaction with         
  10.     Alpha.                                                            
  11.                                                                      
  12.     Event class:    kTclClass
  13.     Event id:       kAEEval
  14.                                                                                
  15.     Required parameters:                                          
  16.         This event requires a single parameter, an object of                   
  17.         type typeCString.  This parameter contains the entire               
  18.         string, not just a pointer to the string within the                  
  19.         client application's data space.  It is null terminated.
  20.  
  21.         The reply contains two items, a four-byte result value
  22.         and a C string, containing the result.
  23.                                                                        
  24. */                                                                    
  25.